home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00080.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  487 b   |  19 lines

  1. on mouseUp me
  2.   unrollit(49, 49)
  3.   rollit(48, 48)
  4.   rollit(50, 51)
  5.   set the member of sprite 51 to member("med circle")
  6.   set the member of sprite 48 to member("med circle")
  7.   set the member of sprite 49 to member("light circle")
  8.   set the member of sprite 50 to member("med circle")
  9.   if the member of sprite 43 = member("eyeimage1") then
  10.     hideit(141, 141)
  11.     showit(142, 144)
  12.     hideit(145, 153)
  13.   else
  14.     hideit(141, 150)
  15.     showit(151, 152)
  16.     hideit(153, 153)
  17.   end if
  18. end
  19.